Skip to content

Improve test coverage#59

Merged
maleadt merged 2 commits into
mainfrom
tb/tests
May 22, 2026
Merged

Improve test coverage#59
maleadt merged 2 commits into
mainfrom
tb/tests

Conversation

@maleadt

@maleadt maleadt commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Two tests I had locally and forgot to push in previous PRs.

maleadt added 2 commits May 22, 2026 12:51
ReinterpretArray and contiguous SubArray keys/values flow through
the `cconvert(Ptr{MDB_val}, ::AbstractArray)` method. The code path
was added in PR #52; this is the test from dev's 65471a4 that never
made it across.
Defines `Base.read(io::IO, ::Type{T})` for two user-defined bitstype
structs and round-trips them through `put!` / `tryget` / `get` /
`walk` / `Vector{E}` decoding. The framed-value case exercises
`skip` / `position` on `MDBValueIO` from inside user code.
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.67%. Comparing base (f1e13cf) to head (4e9a6e3).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   82.41%   82.67%   +0.26%     
==========================================
  Files           9        9              
  Lines         762      762              
==========================================
+ Hits          628      630       +2     
+ Misses        134      132       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt
maleadt merged commit 20cf36f into main May 22, 2026
10 checks passed
@maleadt
maleadt deleted the tb/tests branch May 22, 2026 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant